home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / macstart.dcr / 00003.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  128 b   |  9 lines

  1. on mouseUp
  2.   set the stageColor to 255
  3.   if the colorDepth < 15 then
  4.     go("valinta256")
  5.   else
  6.     go("valinta")
  7.   end if
  8. end
  9.